*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;

}
img{
  max-width: 100%;
}
a:hover{
  color: #f67e1f;
}
.top{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 80px;
  font-size: 16px;
  text-align: center;
}
.top a{
  color: #fff;
}
.top .col-sm-1{
  padding: 0;
}
.top .form-control {
    display: block;
    width: 100%;
    height: 80px;
    padding: 6px 0;
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
option{
  color:#000;
  padding: 5px 0;
}
#cd-nav{
  z-index: 99999;
}
a, a:hover, a:visited, a:checked {
  text-decoration: none;
}

a:hover,a.text-white:hover {
  color: #299df6;
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}
#hj-al .fp-next {
  /* right: 150px; */
  background: url(../../images/right_control.png) 50% no-repeat;
}

#hj-al .fp-prev {
  /* left: 150px; */
  background: url(../../images/left_control.png) 50% no-repeat;
}

#hj-al .fp-controlArrow {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  border: 0 none;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
}
.slide1, .slide2, .slide3, .slide4,  .slide5, .slide6,.section1, .section2, .section3, .section4, .section5, .section6 {
  background-repeat: no-repeat;
  
  background-position:bottom;

}

.section1 {
  background-image: url(../../images/img1.jpg);
 } 
.section2 {
  background-image: url(../../images/img2.jpg);
}

.section3 {
  background-image: url(../../images/img3.jpg);
}

.section4 {
  background-image: url(../../images/img4.jpg);
}.section5 {
  background-image: url(../../images/img5.jpg);
}
.section6 {
  background-image: url(../../images/img6.jpg);
}




 .header{
      width: 100%;
      height: 1000px;
     

    }
    .text{
      color:#fff;
      font-family: "微软雅黑";
      position: absolute;
      top: 50%;

      margin-top:-85px;
      text-align: center;
      width: 100%;
    }
    h1{
	 color:#FFFFFF;
      font-weight: bold;
      font-size: 60px;
      line-height: 70px;
      margin-bottom: 15px;

    }
   
    h3{
      margin-bottom:30px;
      font-size: 24px;
    }
    .more{
      color: #fff;
      border:1px solid #fff;
      padding: 10px  30px;
    }